type google.golang.org/grpc/internal/transport.connectionKey
3 uses
google.golang.org/grpc/internal/transport (current package)
http2_server.go#L1448: type connectionKey struct{}
http2_server.go#L1452: conn, _ := ctx.Value(connectionKey{}).(net.Conn)
http2_server.go#L1460: return context.WithValue(ctx, connectionKey{}, conn)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)